home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / spitfire / sfonbbs2.zip / SFONBBS.DOC < prev    next >
Text File  |  1996-01-27  |  8KB  |  227 lines

  1.                         
  2.                      -=≡ SFONBBS version 1.2 ≡=-
  3.                          Copyright 1995-1996
  4.                        Written By: Jay Jackson
  5.  
  6. This program is named SFONBBS. Its function is to create display
  7. files to show callers who is logged onto the BBS, and what they are
  8. doing, as they log on.
  9.  
  10.  
  11. HOW TO RUN SFONBBS
  12. ------------------
  13. SFONBBS must be run from the SFLOGON.BAT file with the following
  14. command line.
  15.  
  16.     SFONBBS <Path To, And Name Of Config File> <Node Number>
  17.  
  18. Example:
  19.  
  20.     SFONBBS C:\UTIL\SFONBBS.CFG 1
  21.  
  22. The file SFONBBS.EXE must be in a directory on your path, or in the
  23. directory that you will be running it from.
  24.  
  25.  
  26. DISPLAY FILES CREATED
  27. ---------------------
  28. SFONBBS creates the following display files.
  29.  
  30.     SFNODx.BBS
  31.     SFNODx.CLR
  32.  
  33.     Where x represents the node number. 
  34.  
  35. If these display files already exist SFONBBS will overwrite them, so
  36. be careful if you are already using them.
  37.  
  38.  
  39. CONFIGURATION OPTIONS
  40. ---------------------
  41.  
  42. BOARDNAM=TEST PATTERN BBS   
  43.  
  44. This is the BBS name as you want it to appear in the bulletin that
  45. SFONBBS creates. For registered copies, this must match the name of
  46. the BBS that was used to register. This parameter is necessary for
  47. the proper operation of SFONBBS.
  48.  
  49.  
  50. SYSOPNAM=Jay Jackson
  51.  
  52. This is the name of the sysop of the BBS. This is used for
  53. registration purposes, and must be the sysops real name. This
  54. parameter is necessary for the proper operation of SFONBBS, when
  55. registered.
  56.  
  57.  
  58. REGISTER=00000000000000
  59.  
  60. This is where the registration code is inserted once you have
  61. registered. For unregistered operation, you can put anything you want
  62. for this parameter. This parameter is necessary for the proper
  63. operation of SFONBBS, when registered.
  64.  
  65.  
  66. WORKPATH=C:\SF\WORK     
  67.  
  68. This is the path to the Spitfire Work Directory. Do not include a
  69. trailing backslash. This parameter is necessary for the operation of
  70. SFONBBS.
  71.  
  72.  
  73. DISPPATH=C:\SF\DISPLAY
  74.  
  75. This is the path to the Spifire Display Directory. Do not include a
  76. trailing backslash. This parameter is necessary for the operation of
  77. SFONBBS.
  78.  
  79.  
  80. NUMNODES=4
  81.  
  82. This is the number of nodes that you run on your BBS. The display
  83. file created will contain an entry for as many nodes as you show
  84. with this parameter. This parameter is necessary for the proper
  85. operation of SFONBBS.
  86.  
  87.  
  88. OPERMODE=S
  89.  
  90. This is the operating mode for SFONBBS. The program has 3 operating
  91. modes. They are Member(Y/N) mode which is activated by setting this
  92. parameter = to M, Security Level mode which is activated by setting
  93. this parameter = to S, and Connect Speed mode which is activated by
  94. setting this parameter to C. This parameter will default to S when
  95. not used.This paramater can be removed from the configuartion file
  96. if you do not wish to use it.
  97.  
  98.  
  99. HIDENUMB=1
  100.  
  101. This allows you to make it so that one caller of the BBS will not
  102. appear in the listing of who is on even if they are. This is set = to
  103. the callers record number in the Spitfire users file. I use this so
  104. that callers do not know when I am online. This parameter is not
  105. necessary for the operation of SFONBBS. This paramater can be removed
  106. from the configuartion file if you do not wish to use it.
  107.  
  108.  
  109. MESSAG01=Call (905)890-2531 For Access     
  110. MESSAG02=Call (905)890-4545 For Access
  111. MESSAG03=Call (905)568-5204 For Access
  112. MESSAG04=Sysops Local Node
  113.  
  114. The MESSAGxx parameter where xx represents the node number is where
  115. you can put a custom message to tell your callers how to access the
  116. BBS. This message is limited to 29 characters, and will be truncated
  117. if you insert text that is longer that the maximum. You need to make
  118. sure that you have one MESSAGxx line for each node of the BBS that
  119. you configured above in NUMNODES. Note that the 0 in front of node
  120. numbers less that 10 *IS* required.
  121.  
  122.  
  123. TITCLR01=33
  124. TITCLR02=32  
  125. TXTCLR01=35
  126. BORDRCLR=34
  127.  
  128. These parameters set the four configurable colors used to create the
  129. ANSI display file. What each parameter controls is shown below.
  130.      - TITCLR01 is for the main part of the header, and the
  131.        part of the footer that shows the name of the
  132.        program.
  133.      - TITCLR02 is for the highlights of the header, and
  134.        the part of the footer that shows the version number
  135.        and the name of the author.
  136.      - TXTCLR01 is for the text that displays the
  137.        information in the display file.
  138.      - BORDRCLR is for the boxes that the text is displayed
  139.        inside.
  140. The numbers that correspond to the available colors are shown below.
  141.      - Red is     31
  142.      - Green is   32
  143.      - Yellow is  33
  144.      - Blue is    34
  145.      - Magenta is 35
  146.      - Cyan is    36
  147.      - White is   37
  148.  
  149.  
  150. NODPAT01=C:\SF1
  151. NODPAT02=C:\SF2
  152. NODPAT03=C:\SF3
  153. NODPAT04=C:\SF4
  154.  
  155. These parameters tell SFONBBS where the Spitfire home directories
  156. are for each of your nodes. You need to make sure that you have one
  157. NODPATxx line for each node of the BBS that you configured above in
  158. NUMNODES. Note that the 0 in front of node numbers less that 10
  159. *IS* required. This parameter is necessary for the proper operation
  160. of SFONBBS.
  161.  
  162.  
  163. MEMBLEVL=11
  164.  
  165. This parameter is only necessary if OPERMODE is set to "M". If a
  166. callers security is less that the number set, then SFONBBS will
  167. display "No" regarding their membership status. If a callers
  168. security is greater than or equal to the number set, then SFONBBS
  169. will display "Yes" regarding their membership status. If this
  170. parameter is not set to "M", then this paramater can be removed
  171. from the configuartion file if you do not wish to use it.
  172.  
  173.  
  174. Note that parameters which are not used can be left in the
  175. configuration file without affecting the operation of the program.
  176.  
  177.  
  178. REGISTRATION
  179. ------------
  180. SFONBBS is Shareware. You can use it for as long as you like with no
  181. obligation to me. If you would like to get rid of the Unregistered
  182. message that it displays, then please register as outlined below.
  183.  
  184. The registration fee is $ 5.00. You can pay using cheques, or money
  185. orders, in either U.S. or Canadian dollars. Cash will be accepted,
  186. but is not reccommended. Your registration entitles you to the use of
  187. this and any future versions of SFONBBS, and support through my BBS.
  188.  
  189. Any form of payment should be made payable to Jay Jackson, and
  190. mailed, along with a completed copy of ORDERFRM.TXT, to the address
  191. shown below.
  192.  
  193.                 Test Pattern BBS
  194.                 952 Ceremonial Drive
  195.                 Mississauga, Ontario
  196.                 Canada, L5R 3A7
  197.  
  198. Registration codes can be sent back to you either by mail, FidoNet
  199. Netmail, or by calling my BBS to pick it up.
  200.  
  201.  
  202. TERMS OF USE
  203. ------------
  204. By using SfONBBS, you agree that you do so at your own risk, and that
  205. I can not be held responsible for any loss or damages which may
  206. result from the use of SFONBBS. If you do not agree to these terms,
  207. then don't use the program.
  208.  
  209.  
  210. SUPPORT
  211. -------
  212. Comments and bug reports are appreciated. I can be reached through
  213. the following means.
  214.  
  215. 1) Test Pattern BBS
  216.    Node 1: (905)890-2531 - 28800 USR
  217.    Node 2: (905)890-4545 - 28800 USR
  218.    Node 3:  Members Only - 28800 USR
  219. 2) SFNet Node Number: A0416000
  220. 3) FidoNet Node Number: 1:259/524
  221. 4) CircuitNet Node Number: 169:905/1
  222. 5) Internet: jay.jackson@testpattern.gryn.org
  223.  
  224. I read the Spitfire conference on networks 2, 3, and 4 above, on an
  225. occasional basis, but the best way to reach me is through direct
  226. netmail.
  227.